home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Serious Software / OpenWorld demo 2.0 / unregistered.ow < prev   
Text File  |  1999-04-28  |  2KB  |  77 lines

  1. <HTML>
  2. <TITLE> OpenWorld Examples </TITLE>
  3. <BODY>
  4. <P>
  5. All the following bold text is calculated on the fly<BR><BR>
  6. <BR>
  7. <BR>
  8. Sample script:  <B><Sample></B><BR>
  9. Calculation script: 520 * 3450 = <B><Calculation></B><BR>
  10. Welcome script: <B><Welcome></B><BR>
  11. Big file script: <B><Big File></B><BR>
  12. <BR>
  13. <BR>
  14. The author of OpenWorld is <B><Author></B><BR>
  15. <BR>
  16. Modification date of the current file:<BR>
  17. short format <B><Modification date?short></B><BR>
  18. long format <B><Modification date?long></B><BR>
  19. abbrev. format <B><Modification date?abbr></B><BR>
  20. <BR>
  21. Modification time of the current file:<BR>
  22. include seconds <B><Modification time?sec></B><BR>
  23. without seconds <B><Modification time></B><BR>
  24. <BR>
  25. File size of the current file: <B><File size></B><BR>
  26. <BR>
  27. <P>Now I try to upcase the following text: <UPCASE>this is the text to transform in uppercase</upcase>
  28. <BR>
  29. Memory info<BR>
  30. Physical memory <B><Memory?Physical></B><BR>
  31. Logical memory <B><Memory?Logical></B><BR>
  32. Available memory in the system heap <B><Memory?Available></B><BR>
  33. Available memory in the server <B><Memory></B><BR>
  34. <BR>
  35. OS Version: <B><OS Version></B><BR>
  36. <BR>
  37. Current date:<BR>
  38. short format <B><date?short></B><BR>
  39. long format <B><date?long></B><BR>
  40. abbrev. format <B><date?abbr></B><BR>
  41. <BR>
  42. Current time:<BR>
  43. include seconds <B><time?sec></B><BR>
  44. without seconds <B><time></B><BR>
  45. <BR>
  46. Token and extract header:<BR>
  47. Browser: <B><token?1,/><extract header?user-agent></token></B><BR>
  48. Version: <B><token?2, /><extract header?user-agent></token></B><BR>
  49. Platform: <B><token?2,(;><extract header?user-agent></token></B><BR>
  50. Processor: <B><token?4, )><extract header?user-agent></token></B><BR>
  51. <BR>
  52. Some server infos:<BR>
  53. Domain name of the client: <B><Server?addr></B><BR>
  54. Domain name of the server: <B><Server?svnm></B><BR>
  55. Total number of connection: <B><Server?STCn></B><BR>
  56. HTTP port: <B><Server?Pprt></B><BR>
  57. Chunk size for TCP/IP output: <B><Server?Dbuf></B><BR>
  58. <BR>
  59. Applescript:<BR><B>
  60. <applescript>
  61. if "OpenWorld?ip"="195.120.139.130" then
  62.     return "Welcome Marco"
  63. else
  64.     return "Welcome foreigner"
  65. end if
  66. </applescript></B><BR>
  67. <BR>
  68. Frontier:<BR>
  69. 5*7= <B><Frontier>
  70. return 5*7
  71. </Frontier></B><BR>
  72. <BR>
  73. Counter: <Counter?unregistered>
  74. <BR>
  75. </BODY>
  76. </HTML>
  77.